sgdk
Map Struct Reference

#include <vdp_tile.h>

List of all members.

Public Attributes

u16 compression
u16 w
u16 h
u16 * tilemap

Detailed Description

Map structure which contains tilemap background definition.
Use the unpackMap() method to unpack if compression is enabled.

Parameters:
compressioncompression type, accepted values:
COMPRESSION_NONE
COMPRESSION_APLIB
COMPRESSION_RLE
COMPRESSION_MAP_RLE
wtilemap width in tile.
htilemap height in tile.
tilemapTilemap data.

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines